home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part1 / 8997 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.5 KB

  1. Path: erich.triumf.ca!bennett
  2. From: bennett@erich.triumf.ca (P.Bennett)
  3. Newsgroups: comp.lang.c
  4. Subject: Re: Help creating dir's in C
  5. Date: 7 Mar 1996 07:45 PST
  6. Organization: TRIUMF: Tri-University Meson Facility
  7. Distribution: world
  8. Message-ID: <7MAR199607452217@erich.triumf.ca>
  9. References: <4hlvu4$2hc@news.voicenet.com>
  10. NNTP-Posting-Host: erich.triumf.ca
  11. News-Software: VAX/VMS VNEWS 1.50    
  12.  
  13. In article <4hlvu4$2hc@news.voicenet.com>, The Hermit <deaton@cygnus.rsabbs.com> writes...
  14. > Please help me! I'm really stuck on this program that I'm writing in C/C++. I using Borland's Turbo C/C++ compiler 3.0 for DOS.
  15. >What I need to know how to do is create and remove DOS directories WITHIN the C program. I've even tried using inline ASM routines
  16. >and calling BIOS interrupts, but I'm not too keen on ASM and I crashed my PC. :) Any replies are appreciated...
  17.  
  18. Opening my trusty TurboC library reference manual at random, I find a function
  19. called "mkdir()  - creates a directory".  It's desription says "see also
  20. rmdir(), chdir()..."
  21.  
  22. Would these be of any help?
  23.  
  24. Peter Bennett VE7CEI                | Vessels shall be deemed to be in sight
  25. Internet: bennett@triumf.ca         | of one another only when one can be
  26. Packet: ve7cei@ve7kit.#vanc.bc.ca   | observed visually from the other
  27. TRIUMF, Vancouver, B.C., Canada     |                          ColRegs 3(k)
  28. GPS and NMEA info and programs: ftp://sundae.triumf.ca/pub/peter/index.html
  29. or: ftp://ftp-i2.informatik.rwth-aachen.de/pub/arnd/GPS/peter/index.html
  30.  
  31.